Package-level declarations
Types
Link copied to clipboard
abstract class ClosestVersionResolver(coordinates: Coordinates, urls: List<URL>) : Resolver<Version>
Interface for resolving the closest Version of any entity to the provided value.
Link copied to clipboard
class JavaCompilerClosestVersionResolver(productInfo: ProductInfo, repositoryUrls: List<String>, coordinates: Coordinates = Coordinates("com.jetbrains.intellij.java", "java-compiler-ant-tasks")) : ClosestVersionResolver
Link copied to clipboard
class PlatformDependencyClosestVersionResolver(productInfo: ProductInfo, repositoryUrls: List<String>, coordinates: Coordinates) : ClosestVersionResolver